home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CBASE102.ARJ / CBKCURSO.C < prev    next >
Text File  |  1991-09-23  |  972b  |  30 lines

  1. /*    Copyright (c) 1989 Citadel    */
  2. /*       All Rights Reserved        */
  3.  
  4. /* #ident    "@(#)cbkcurso.c    1.5 - 91/09/23" */
  5.  
  6. /*man---------------------------------------------------------------------------
  7. NAME
  8.      cbkcursor - cbase key cursor
  9.  
  10. SYNOPSIS
  11.      #include <cbase.h>
  12.  
  13.      void *cbkcursor(cbp, field)
  14.      cbase_t *cbp;
  15.      int field;
  16.  
  17. DESCRIPTION
  18.      cbkcursor is used to determine if the key cursor of the specified
  19.      field in cbase cbp is currently positioned on a key or on null.
  20.      If the cursor is on null, NULL is returned.  If the cursor is
  21.      positioned to a key, a non-NULL value is returned.  If cbp does
  22.      not point to a valid open cbase, or if field is not a key field,
  23.      the results are undefined.  cbkcursor is a macro.
  24.  
  25. SEE ALSO
  26.      cbkeyfirst, cbkeylast, cbkeynext, cbkeyprev, cbrcursor.
  27.  
  28. ------------------------------------------------------------------------------*/
  29. /* cbkcursor is defined in cbase.h. */
  30.